課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
102-1 
授課對象
電機工程學系  
授課教師
謝宏昀 
課號
EE1004 
課程識別碼
901 10210 
班次
01 
學分
全/半年
半年 
必/選修
必修 
上課時間
星期二5(12:20~13:10)星期三7,8(14:20~16:20) 
上課地點
電二144電二144 
備註
本系優先。週五78節為實習課,務必參加。
限本系所學生(含輔系、雙修生)
總人數上限:60人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1021programming 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

This is an introductory course to computer programming in C++. It is designed for students with little or no prior programming experience. 

課程目標
(1) Introduction
(2) Variable and Arithmetic Operation
(3) Control Structure
(4) Function
(5) Array and Pointer
(6) Class
(7) Object-Oriented Programming
(8) Miscellaneous Topics
 
課程要求
Mandatory programming session on every Friday afternoon (15:30 - 18:30). 
預期每週課後學習時數
 
Office Hours
另約時間 
指定閱讀
 
參考書目
Deitel and Deitel, "C++: How to Program (Late Objects Version)," 7th Edition, Prentice Hall, 2010. 
評量方式
(僅供參考)
 
No.
項目
百分比
說明
1. 
平時成績 
5% 
 
2. 
作業 
25% 
 
3. 
期中考二 
25% 
 
4. 
期中考一 
25% 
 
5. 
期末專題 
20% 
 
 
課程進度
週次
日期
單元主題
第01週
09/13  Overview 
第02週
09/18  Introduction & Variable 
第03週
09/25, 09/27  Variable (cont.) 
第04週
10/02, 10/04  Variable (cont.) & Control Structure 
第05週
10/09, 10/11  Control Structure (cont.) & Function 
第06週
10/16, 10/18  Function (cont.) 
第07週
10/23, 10/25  Function (cont.) 
第08週
10/30, 11/01  Function (cont.) & Pointer 
第09週
11/06, 11/08  Midterm Exam 
第10週
11/13, 11/15  Pointer (cont.) 
第11週
11/20, 11/22  Pointer (cont.) 
第12週
11/27, 11/29  Class 
第13週
12/04, 12/06  Class (cont.) 
第14週
12/11, 12/13  Midterm Exam (II) 
第15週
12/18, 12/20  Operator Overloading 
第16週
12/25, 12/27  Operator Overloading (cont.) & Inheritance 
第17週
01/03  Stream